home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000394_news@newsmaster….columbia.edu _Thu Sep 25 13:42:21 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA01453
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 25 Sep 1997 13:42:21 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA10423
  7.     for kermit.misc@watsun; Thu, 25 Sep 1997 13:42:20 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!newsfeed.direct.ca!logbridge.uoregon.edu!news.bc.net!rover.ucs.ualberta.ca!alberta!not-for-mail
  9. From: Vladimir Alexiev <vladimir@cs.ualberta.ca>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit via PPP under DOS?
  12. Date: 25 Sep 1997 11:24:47 -0600
  13. Organization: University of Alberta, Computing Science
  14. Lines: 55
  15. Message-ID: <om202d9uht.fsf@tees.cs.ualberta.ca>
  16. References: <60dt7d$dj2@f1n1.spenet.wfu.edu>
  17. NNTP-Posting-Host: tees.cs.ualberta.ca
  18. In-reply-to: matthews@wfu.edu's message of 25 Sep 1997 14:41:49 GMT
  19. To: matthews@wfu.edu (Rick Matthews), fdc@watsun.cc.columbia.edu
  20. X-Newsreader: Gnus v5.0.15
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:7720
  22.  
  23. In article <60dt7d$dj2@f1n1.spenet.wfu.edu> matthews@wfu.edu (Rick Matthews) writes:
  24.  
  25. > Can anyone one tell me how to set up a PPP connection under DOS?
  26.  
  27. There's two free PPP implementations for DOS, EPPPD (in file dosppp*.zip) and
  28. Merit PPP (in etherppp or ethernew). EPPPD is smaller and probably more
  29. robust. You can find both at http://www.cs.ualberta.ca/~vladimir/dos-tcp/
  30. (I've put some informational files in the zips too).
  31.  
  32. > I'll want to use Kermit for telneting, and I will also want to use a DOS pop
  33. > mail client. Pegasus?
  34. Yes, Pegasus can do it. However, I find it a bit bulky, and I prefer another
  35. line of programs
  36. - POPMail is only mail. Can't compose offline though.
  37. - NUPop is mail and telnet (but much slower than kermit), and also gopher and
  38.   ftp in the latest version. I use version 1.03 because it's smaller.
  39. - Minuet is mail, news, gopher, web browser.
  40.  
  41. In article <60dveo$q16$1@apakabar.cc.columbia.edu> fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  42.  
  43. > 2. Read Appendix II of MSK315.DOC.
  44. Frank, I'd recommend dosppp05.zip (EPPPD) instead. It's smaller and probably
  45. more robust (it's a port of Linux pppd). If you like, I can write up something
  46. about the setup that worked for me. Some minor points about the "Kermit+PPP"
  47. appendix:
  48.  
  49. > Begin by using MS-DOS Kermit ot dial up the terminal server at your Internet
  50. > Service Provider and tell it who you are and what protocol you wish to use
  51. > over the line.
  52. Merit PPP's dialer is probably sufficient for this step, but of course one
  53. could use Kermit too. 
  54.  
  55. You then advise to quit kermit, then start it again and do "run startppp.bat".
  56. I don't see a reason for that, why should you quit then reenter kermit? On the
  57. other hand, it's probably better to run startppp.bat outside of kermit, so as
  58. not to put the TSR ppp on top of kermit and fragment the memory.
  59.  
  60. > : I'll want to use Kermit for telneting, and I will also want
  61. > : to use a DOS pop mail client.  
  62. > Not at the same time as Kermit.  If you want to have multiple TCP/IP clients
  63. > going at once, you'll need to run Windows, Linux, OS/2, or some other
  64. > multitasking system.
  65.  
  66. DesqView...
  67.  
  68. > And in that case you'll need a different Kermit that is a regular Winsock,
  69. > Berkeley sockets, or IBM TCP/IP client.
  70.  
  71. For Windows, one can probably run MS DOS Kermit in a DOS box, by using PKTMUX
  72. or some such contraption. But if your PC can run Windows, I don't see why
  73. you'd prefer to run DOS Kermit anyway. But if you can only run DesqView or
  74. some other task switcher (eg DoubleDOS), then PKTMUX may allow you to run more
  75. than one TCP client.
  76.  
  77. Regards, Vlad